home *** CD-ROM | disk | FTP | other *** search
/ Der Hamburg Reeperbahn Ver Fuhrer / Der Hamburg Reeperbahn Ver-Fuhrer.iso / pc / MEDIA / ROTLICHT.DIR / 00002_Script_Auf aktuellem Bild bleiben < prev    next >
Text File  |  1999-12-06  |  545b  |  18 lines

  1. -- Bild    Auf aktuellem bleiben
  2.  
  3. -- Nav
  4.  
  5. -- behavior library version 1.1
  6. -- This can be a frame script or sprite script,
  7. -- drag it into the frame script cell to have the movie loop on the current frame
  8. -- or drag it to a sprite to have the same effect.
  9.  
  10.  
  11. on exitFrame
  12.   go the frame
  13. end
  14.  
  15. on getBehaviorDescription  
  16.   return "Loops the Playback Head on the current frame to pause the movie. All interactive elements in the frame continue to function.  Drag to a sprite or frame in the script channel.  No parameters."  
  17.   
  18. end